VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftImage Class / GetThumbnail Methods / GetThumbnail(Size,EventHandler<ProgressEventArgs>) Method
Syntax Requirements SeeAlso
In This Topic
    GetThumbnail(Size,EventHandler<ProgressEventArgs>) Method (VintasoftImage)
    In This Topic
    Returns a thumbnail for image associated with this VintasoftImage object.
    Syntax
    'Declaration
    
    Public Overloads Function GetThumbnail( _
    ByVal size
    The size, in pixels, of the requested thumbnail image.
    As System.Drawing.Size, _
    ByVal loadingProgress
    Delegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).
    As System.EventHandler(Of ProgressEventArgs) _
    ) As VintasoftImage

    Parameters

    size
    The size, in pixels, of the requested thumbnail image.
    loadingProgress
    Delegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).

    Return Value

    The VintasoftImage object that represents the thumbnail.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also